Skip to main content
Version: 5.x.x

QueryParamType


import { QueryParamType } from "@hyper-fetch/core"

Description

Defined in adapter/adapter.types.ts:116

Preview

type QueryParamType = QueryParamValuesType | QueryParamValuesType[] | Record<string, QueryParamValuesType>;

Structure

number | string | boolean | null | undefined | Record<any, any> | number | string | boolean | null | undefined | Record<any, any>[] | Record<string, QueryParamValuesType>